All Questions
3 questions
-1votes
1answer
982views
Angular custom directive to use an if condition in ng-repeat
I am using panels to display the response which is dynamic in nature. I want to differentiate the panels using 2 different colors i.e., if the response has a status of positive, the panel or panel's ...
0votes
1answer
2kviews
angular, angular-snap.js, toggle button click hide/show behavior should not effect header and menu
I am using angular-snap.js for my vertical slider. The problem I am facing is that the snap-content and snap-drawer Toggle buttons are appearing and functioning from the top of a page (even above the ...
0votes
1answer
149views
Angular ui directives as attribute
Is it possible for me to use angular ui directives as attributes or class instead of elements?? eg: <ul class="accordion"> <li class="accordion-group"> my content </...